github.com/refraction-networking/utls.clientHelloMsg.supportedSignatureAlgorithms (field)
24 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L139: hello.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
handshake_client.go#L142: hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms
handshake_messages.go#L84: supportedSignatureAlgorithms []SignatureScheme
handshake_messages.go#L214: if len(m.supportedSignatureAlgorithms) > 0 {
handshake_messages.go#L222: for _, sigAlgo := range m.supportedSignatureAlgorithms {
handshake_messages.go#L577: m.supportedSignatureAlgorithms = append(
handshake_messages.go#L578: m.supportedSignatureAlgorithms, SignatureScheme(sigAndAlg))
handshake_messages.go#L731: supportedSignatureAlgorithms: slices.Clone(m.supportedSignatureAlgorithms),
handshake_server.go#L1001: SignatureSchemes: clientHello.supportedSignatureAlgorithms,
handshake_server_tls13.go#L507: if len(hs.clientHello.supportedSignatureAlgorithms) == 0 {
handshake_server_tls13.go#L520: hs.sigAlg, err = selectSignatureScheme(c.vers, certificate, hs.clientHello.supportedSignatureAlgorithms)
handshake_server_tls13.go#L677: len(ch.supportedSignatureAlgorithms) != len(ch1.supportedSignatureAlgorithms) ||
handshake_server_tls13.go#L697: for i := range ch.supportedSignatureAlgorithms {
handshake_server_tls13.go#L698: if ch.supportedSignatureAlgorithms[i] != ch1.supportedSignatureAlgorithms[i] {
key_agreement.go#L209: signatureAlgorithm, err = selectSignatureScheme(ka.version, cert, clientHello.supportedSignatureAlgorithms)
key_agreement.go#L330: if !isSupportedSignatureAlgorithm(signatureAlgorithm, clientHello.supportedSignatureAlgorithms) {
u_conn.go#L576: inner.supportedSignatureAlgorithms = uconn.HandshakeState.Hello.SupportedSignatureAlgorithms
u_handshake_client.go#L261: hello.supportedSignatureAlgorithms = supportedSignatureAlgorithms()
u_handshake_client.go#L264: hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms
u_public.go#L408: supportedSignatureAlgorithms: chm.SupportedSignatureAlgorithms,
u_public.go#L461: SupportedSignatureAlgorithms: chm.supportedSignatureAlgorithms,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |